9e24535fcfb3aea725b323e1e412f8c02485dd3c,core/languageDesign/editor/source_gen/jetbrains/mps/lang/editor/behavior/SelectOperation_Behavior.java,SelectOperation_Behavior,call_getCaretPositionParameter_1213877395591,#SNode#,24
Before Change
public boolean accept(SNode it) {
return SNodeOperations.isInstanceOf(it, "jetbrains.mps.lang.editor.structure.CaretPositionParameter");
}
}).first();
}
public static boolean call_isBefore_1213877395610(SNode thisNode) {
After Change
}
public static SNode call_getCaretPositionParameter_1213877395591(SNode thisNode) {
return (SNode) ListSequence.fromList(SLinkOperations.getTargets(thisNode, "selectLaterParameter", true)).where(new IWhereFilter<SNode>() {
public boolean accept(SNode it) {
return SNodeOperations.isInstanceOf(it, "jetbrains.mps.lang.editor.structure.CaretPositionParameter");
}
}).first();
}
public static boolean call_isBefore_1213877395610(SNode thisNode) {